home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2004 April / Gamestar_61_2004-04_dvdb.iso / Programy / MozillaBackup-1.2.2-CZ.exe / {app} / Backup.exe / 0 / RCDATA / TFORM5 / TFORM5.txt
Encoding:
Text File  |  2004-02-09  |  1.3 KB  |  69 lines

  1. object Form5: TForm5
  2.   Left = 384
  3.   Top = 265
  4.   BorderStyle = bsDialog
  5.   Caption = 'Z'#237'sk'#225'n'#237' hesla'
  6.   ClientHeight = 135
  7.   ClientWidth = 290
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 273
  23.     Height = 89
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 16
  27.       Top = 16
  28.       Width = 235
  29.       Height = 13
  30.       Caption = 'Z'#225'lo'#382'n'#237' soubor je pod heslem. Zadejte jeho zn'#283'n'#237':'
  31.     end
  32.     object Label2: TLabel
  33.       Left = 16
  34.       Top = 48
  35.       Width = 30
  36.       Height = 13
  37.       Caption = 'Heslo:'
  38.     end
  39.     object Edit1: TEdit
  40.       Left = 80
  41.       Top = 44
  42.       Width = 169
  43.       Height = 21
  44.       MaxLength = 80
  45.       PasswordChar = '*'
  46.       TabOrder = 0
  47.     end
  48.   end
  49.   object Button1: TButton
  50.     Left = 112
  51.     Top = 104
  52.     Width = 75
  53.     Height = 25
  54.     Caption = '&OK'
  55.     Default = True
  56.     TabOrder = 1
  57.     OnClick = Button1Click
  58.   end
  59.   object Button2: TButton
  60.     Left = 200
  61.     Top = 104
  62.     Width = 75
  63.     Height = 25
  64.     Caption = '&Zru'#353'it'
  65.     TabOrder = 2
  66.     OnClick = Button2Click
  67.   end
  68. end
  69.